Method Get<TProps>(long, Guid)
Get WHOLE RedbObject from cache by objectId with hash validation
RedbObject<TProps>? Get<TProps>(long objectId, Guid currentHash) where TProps : class, new()
Get WHOLE RedbObject from cache by objectId with hash validation
RedbObject<TProps>? Get<TProps>(long objectId, Guid currentHash) where TProps : class, new()